-
Notifications
You must be signed in to change notification settings - Fork 283
Created initial structure for future servicebus development #2597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Created initial structure for future servicebus development #2597
Conversation
Thank you for your contribution @dawidpereira! We will review the pull request and get back to you soon. |
@microsoft-github-policy-service agree |
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
Thank you for the contribution and your interest. Since we'll have to maintain this, we first need to prioritize it. @ronniegeraghty could you have a look? We should talk with the service team. We are also a generation-first Azure SDK language, which means we generate as much as possible. For Service Bus that might be little to nothing - as with Event Hubs - but @LarryOsterman would be best to advise if we're ready to accept work currently. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I recommend holding off until we prioritize maintenance of a Service Bus crate. In general, I highly recommend opening issues first so we can prioritize accordingly.
Hi, sure I understand, thats why I started just with structure. |
This PR sets up the foundational structure for the
azure_messaging_servicebus
library, including package configuration, initial README documentation, and licensing. It prepares the project for further development of the Azure Service Bus SDK.